projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e39c7b
)
(mule-utf-8): Set correct value for valid-codes property.
author
Kenichi Handa
<handa@m17n.org>
Sat, 24 Feb 2001 03:11:56 +0000
(
03:11
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Sat, 24 Feb 2001 03:11:56 +0000
(
03:11
+0000)
lisp/international/utf-8.el
patch
|
blob
|
history
diff --git
a/lisp/international/utf-8.el
b/lisp/international/utf-8.el
index c56e13c947531a79c15799c5e63512d08d580400..b9e238569b251b6ccae7a448cb51e236bb448d69 100644
(file)
--- a/
lisp/international/utf-8.el
+++ b/
lisp/international/utf-8.el
@@
-299,6
+299,7
@@
lower-casing commands won't work with them."
mule-unicode-0100-24ff
mule-unicode-2500-33ff
mule-unicode-e000-ffff)
- (mime-charset . utf-8)))
+ (mime-charset . utf-8)
+ (valid-codes (0 . 255))))
(define-coding-system-alias 'utf-8 'mule-utf-8)